home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue34 / clinic / DragU.dfm / DragU.txt
Text File  |  1998-02-07  |  466b  |  25 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnMouseDown = GenericMouseDown
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 128
  17.     Top = 96
  18.     Width = 185
  19.     Height = 41
  20.     Caption = 'Drag Me!'
  21.     TabOrder = 0
  22.     OnMouseDown = GenericMouseDown
  23.   end
  24. end
  25.